agent: Fix cancellation handling for scdaemon.
authorNIIBE Yutaka <gniibe@fsij.org>
Wed, 20 Sep 2017 01:42:28 +0000 (10:42 +0900)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 1 Jul 2022 16:06:43 +0000 (17:06 +0100)
commitbf35771d0777e5c7320b8b0b352bfbb208dcb0bd
tree05436bcb4d0a2a4c61633e76c9c2daa2349a7592
parentd99460062636860b995ce58e95259f324543339f
agent: Fix cancellation handling for scdaemon.

* agent/call-scd.c (cancel_inquire): Remove.
(agent_card_pksign, agent_card_pkdecrypt, agent_card_writekey)
(agent_card_scd): Don't call cancel_inquire.

--

Since libassuan 2.1.0, cancellation command "CAN" is handled within
the library, by assuan_transact.  So, cancel_inquire just caused
spurious "CAN" command to scdaemon which resulted an error.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
(cherry picked from commit 9f5e50e7c85aa8b847d38010241ed570ac114fc3)

Gbp-Pq: Topic from-master
Gbp-Pq: Name agent-Fix-cancellation-handling-for-scdaemon.patch
agent/call-scd.c